home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / bfd / hosts / m68kaux.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-04  |  426 b   |  17 lines

  1. /* Definitions for an Apple Macintosh running A/UX 3.x. */
  2.  
  3. #include <sys/param.h>
  4. #include <sys/page.h>
  5.  
  6. /* Definitions used by trad-core.c.  */
  7. #define    NBPG            NBPP
  8.  
  9. #define    HOST_DATA_START_ADDR    u.u_exdata.ux_datorg
  10. #define    HOST_TEXT_START_ADDR    u.u_exdata.ux_txtorg
  11. #define    HOST_STACK_END_ADDR    0x100000000
  12.  
  13. #define    UPAGES            USIZE
  14.  
  15. #define    TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
  16.   (abfd->tdata.trad_core_data->u.u_arg[0])
  17.